home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / expdim < prev    next >
Text File  |  1991-11-22  |  728b  |  27 lines

  1.  
  2.    5.11.5 EXPLODE DIMENSION
  3.  
  4.  
  5. The EXPLODE DIMENSION command is used to explode a dimension entity into all
  6. of its component entities. The original dimension entity is replaced by a
  7. combination of line, arc, polygon and text entities making up the dimension
  8. graphics.
  9.  
  10. Unless the UNLINK modifier is used, the entities are linked together as a
  11. family of equal members so that they may still be accessed as a group.
  12.  
  13.  
  14.    COMMAND FORMAT
  15.  
  16.       #EXPLODE DIMENSION [modifiers] :Ent x1 x2 ... xn [:Ent ... ]
  17.  
  18. All dimension entities identified via IDENTS will be acted upon.
  19.  
  20.  
  21.    MODIFIERS
  22.  
  23. UNLINK         If the UNLINK modifier is used, the individual entities
  24.                created from the dimension entities will not be linked.
  25.  
  26.  
  27.